From 3f0f68e6ad834051c40e55324657747ac7e60d21 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 16 May 2015 00:38:21 -0400 Subject: [PATCH] GtkFileChooser: Show remote search results too There is no reason not to show them. Removing this makes search on remote locations just work. --- gtk/gtkfilechooserwidget.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index eaaaf9b29b..5204a073f3 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -6106,12 +6106,6 @@ search_add_hit (GtkFileChooserWidget *impl, if (!file) return; - if (!g_file_is_native (file)) - { - g_object_unref (file); - return; - } - priv->search_model_empty = FALSE; _gtk_file_system_model_add_and_query_file (priv->search_model, -- 2.30.2